Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate setup script for each major version #9

Merged
merged 4 commits into from
Jul 13, 2024

Conversation

hidakatsuya
Copy link
Owner

This pull request introduces the following changes:

@hidakatsuya hidakatsuya self-assigned this Jul 13, 2024
@hidakatsuya hidakatsuya force-pushed the separate-setup-script-for-each-major-version branch 2 times, most recently from 70407cc to 88bc025 Compare July 13, 2024 11:42
@hidakatsuya hidakatsuya force-pushed the separate-setup-script-for-each-major-version branch 4 times, most recently from 9f3e1bd to fdc5f17 Compare July 13, 2024 14:52
@hidakatsuya hidakatsuya force-pushed the separate-setup-script-for-each-major-version branch from fdc5f17 to cc67d2d Compare July 13, 2024 14:54
Comment on lines +63 to +64
*)
setup_version="next";;
Copy link
Owner Author

@hidakatsuya hidakatsuya Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example, when the version is 6.0.0, setup-base-next.sh will be executed.

setup_version="next";;
esac

echo "Running scripts/setup-base-$setup_version.sh for Redmine $REDMINE_VERSION ..."
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will output like below:

Running scripts/setup-base-4.2.sh for Redmine 4.2.11.stable ...

https://github.com/hidakatsuya/action-setup-redmine/actions/runs/9920802272/job/27408068744

@hidakatsuya hidakatsuya marked this pull request as ready for review July 13, 2024 15:21
@hidakatsuya hidakatsuya merged commit 6757c05 into main Jul 13, 2024
4 checks passed
@hidakatsuya hidakatsuya deleted the separate-setup-script-for-each-major-version branch July 13, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant